***************************************************************

 Installation instructions for the
		    ChungHwa TL USB MultiCard HiKey Smartcard reader
	    
 Version 1.0.0

***************************************************************
------------------------------
What is new in this release ?
------------------------------
- Version 1.0.0
  Date: 2007/03/28
  First release of the Linux PC/SC driver for MultiCard HiKey 


------------------------------
 What you need
------------------------------

Get the latest version of PCSC Lite by David Corcoran.
You can get the latest version of PCSC Lite from:

http://www.linuxnet.com/middle.html

This instruction describes installation of PCSC Lite Ver. 1.1.1

You'll need root privilegs to install PCSC and the driver and to run
the pcsc - daemon.

You'll also need a 2.4.x-kernel with USB either compiled in or
as a module. 2.2 is *not* supported.

------------------------------
 Installation
------------------------------

To install PCSC Lite:
---------------------

SEE more detail informations for PCSC-LITE in:

http://www.linuxnet.com/middle.html

Execute following command

 # rpm -ivh pcsc-lite-1.1.1-1-redhat.i386.rpm
 
 
To install the driver:
----------------------
NOTE: PC/SC Lite must be installed before you can install the driver

Execute following command

 # make install

To uninstall the driver:
----------------------

Execute following command

 # make clean


------------------------------
 Trouble Shooting
------------------------------

[1]
Q: PCSCLite reports errors starting the reader driver (open port failed)!
-----
A: Make sure that there is no 'old' entry for the USB reader in /etc/reader.conf.

[2]
Q: After plugging in the reader PCSCLite says that loading the reader driver failed!
-----
A: Please check reader hardware is fine! the power LED is red, then insert smart card
	will see the card LED is green up!!
	
[3]
Q: PCSCLite can't run!
-----
A: 	1.Check PCSCLite install success?
		in /usr/local/sbin directory should be pcscd file.	
		
	2.Delete /tmp/pcsc directoryand restart pcscd.
